home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr22 / plane64e.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-01-22  |  377b  |  23 lines

  1. @ECHO OFF
  2. Cls
  3. If "%1"=="" Goto Fehler
  4. ECHO Creating Directory %1\Planets
  5. md %1\Planets
  6. Copy Planets.exe %1\Planets
  7. Copy Location.cfg %1\Planets
  8. Copy *.txt  %1\Planets
  9. Copy *.dbf  %1\Planets
  10. Copy *.diz  %1\Planets
  11. Copy *.key  %1\Planets
  12. Copy *.dat  %1\Planets
  13. %1
  14. cd \Planets
  15. Cls
  16. Planets
  17. Goto Ende
  18. :Fehler
  19. Echo Please type Install c:  or Install d:
  20. :Ende
  21.  
  22.  
  23.